body {
    font-family: 'Futura Lt', sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}



.banner-nuestra-gente-container {
    position: relative;
    text-align: left;
    margin: 10px;
}

.banner-ppal-nuestra-gente {
    width: 100%;
    height: auto;
}


/*  */

.content-image-text {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: 20px auto;
}

.content-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
}

.content-image {
    width: 100%;
    /* Ajusta según tu preferencia */
    height: auto;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}

.content-text {
    flex: 1;
    text-align: left;
    padding-left: 40px;
}

.title-text {
    font-size: 42px;
    margin-bottom: 10px;
    color: white;

}

p {
    font-size: 19px;
    line-height: 1.5;
}

.subtitle-text {
    font-size: 20px;
    margin-bottom: 10px;
    color: white;
    background-color: #13acec;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    width: 100%;

}

/* Responsive: Cambiar la imagen abajo del texto en dispositivos móviles */
@media screen and (max-width: 768px) {
    .content-image-text {
        flex-direction: column;
        text-align: center;
    }

    .content-text {
        padding-left: 0;
        text-align: center;
    }

    .content-image-container {
        order: 2;
        /* La imagen pasará abajo */
    }

    .title-text {
        font-size: 32px;
        margin-bottom: 10px;
        /* margin-top: 60px; */
        color: white;
    }

    .subtitle-text {
        font-size: 18px;
        margin-bottom: 10px;
        padding: 5px 0px
    }

    .fondo-decorativo {
        background-image: url(https://susuerte.com/wp-content/uploads/2025/04/Banner-azul@4x.png);
        background-size: cover;
        background-position: center top;
        position: absolute;
        top: 50px !important;
        left: 0;
        width: 100%;
        height: 400px !important;
        z-index: 0;
    }

    .content-text1 {
        font-size: 19px;
        line-height: 1.5;
        margin: 0 30px;
        text-align: center !important;
    }
}



.separador {
    display: flex;
    align-items: center;
    width: 100%;
}

.linea {
    flex-grow: 1;
    height: 1px;
    background-color: #13acec;
    margin-right: 10px;
    margin-left: 50px;
}

.logo {
    height: 50px;
    /* Ajusta según necesidad */
    margin-right: 50px;

}



#header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.fondo-decorativo {
    background-image: url(https://susuerte.com/wp-content/uploads/2025/04/Banner-azul@4x.png);
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 406px;
    z-index: 0;
    /* opacity: 0.5; */
}

/* Asegura que el contenido esté por encima */
.content-image-text,
.banner-nuestra-gente-container {
    position: relative;
    z-index: 1;
}


.content-text1 {
    font-size: 20px;
    line-height: 1.5;
    margin: 20px auto;
    text-align: left;
    max-width: 80%;
    align-items: center;
    justify-content: center;
}

.text {
    margin-top: 50px;
    font-size: 20px;

}